object TitlesForm: TTitlesForm Left = 300 Top = 262 Width = 635 Height = 454 Caption = 'Titles' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsMDIChild Menu = MainMenu1 Position = poDefault Visible = True WindowState = wsMaximized OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 120 TextHeight = 16 object ScGraph1: TScGraph Left = 0 Top = 0 Width = 627 Height = 398 AutoMetrics = True PlotColor = clTeal MarginLeft = 10 MarginRight = 40 MarginTop = 10 MarginBottom = 10 Frame = True GraphTitle.Title = True GraphTitle.Caption = 'Titles and Legends' GraphTitle.Position = 500 GraphTitle.Distance = 12 FramePen.Color = clGray AxisPen.Color = clSilver AxisPen.Width = 3 GridVertical.MajorGrid = False GridVertical.MinorGrid = False GridVertical.MajorGridStyle = psSolid GridVertical.MinorGridStyle = psDot GridVertical.MajorGridColor = clSilver GridVertical.MinorGridColor = clSilver GridVertical.MajorGridWidth = 1 GridVertical.MinorGridWidth = 0 GridHorizontal.MajorGrid = False GridHorizontal.MinorGrid = False GridHorizontal.MajorGridStyle = psSolid GridHorizontal.MinorGridStyle = psDot GridHorizontal.MajorGridColor = clSilver GridHorizontal.MinorGridColor = clSilver GridHorizontal.MajorGridWidth = 1 GridHorizontal.MinorGridWidth = 0 AxisTitleFont.Color = clBlack AxisTitleFont.Height = -15 AxisTitleFont.Name = 'Arial' AxisTitleFont.Style = [] TickLabelFont.Color = clWindowText TickLabelFont.Height = -13 TickLabelFont.Name = 'MS Sans Serif' TickLabelFont.Style = [] GraphTitleFont.Color = clBlack GraphTitleFont.Height = -18 GraphTitleFont.Name = 'Arial' GraphTitleFont.Style = [] LegendBox.ShowLegends = True LegendBox.Placement = lbxNorthWest LegendBox.Distance = 12 LegendBox.Framed = True LegendBox.FrameColor = clGray LegendBox.FrameWidth = 2 LegendBox.BoxColor = clSilver LegendBox.BoxStyle = bsSolid LegendFont.Color = clBlack LegendFont.Height = -13 LegendFont.Name = 'Arial' LegendFont.Style = [] XAxis.MajorTicks = True XAxis.MinorTicks = True XAxis.MajorTickLen = 16 XAxis.MinorTickLen = 8 XAxis.MajorTickWid = 2 XAxis.MinorTickWid = 1 XAxis.TickPosition = tpIn XAxis.Title = True XAxis.TitleText = 'Time, sec' XAxis.TitleDist = 4 XAxis.TitlePos = 750 XAxis.TitleAngle = lr0 XAxis.TickLabels = True XAxis.LabelFormat = '%3.0f' XAxis.LabelDistance = 4 XAxis.LabelAngle = lr0 YAxis.MajorTicks = True YAxis.MinorTicks = True YAxis.MajorTickLen = 12 YAxis.MinorTickLen = 8 YAxis.MajorTickWid = 2 YAxis.MinorTickWid = 1 YAxis.TickPosition = tpIn YAxis.Title = True YAxis.TitleText = 'function value, arb. units' YAxis.TitleDist = 4 YAxis.TitlePos = 750 YAxis.TitleAngle = lr90 YAxis.TickLabels = True YAxis.LabelFormat = '%3.0f' YAxis.LabelDistance = 4 YAxis.LabelAngle = lr0 XScale.ScaleType = stLin XScale.Max = 205.000000000000000000 XScale.LinStep = 50.000000000000000000 XScale.MinRange = 10.000000000000000000 XScale.MinorTickNumber = 1 XScale.MinorLogPattern = [st20, st30, st40] XScale.MajorLogPattern = [lt50] XScale.AutoSizing = False XScale.AutoStepping = True YScale.ScaleType = stLin YScale.Max = 18.000000000000000000 YScale.LinStep = 5.000000000000000000 YScale.MinRange = 10.000000000000000000 YScale.MinorTickNumber = 4 YScale.MinorLogPattern = [st20, st30, st40] YScale.MajorLogPattern = [lt50] YScale.AutoSizing = False YScale.AutoStepping = True Plotting = True Align = alClient BevelInner = bvLowered BevelWidth = 2 ctl3d = True ParentCtl3d = False ParentFont = False end object MainMenu1: TMainMenu Left = 592 Top = 8 object File1: TMenuItem Caption = 'File' GroupIndex = 1 ShortCut = 0 object Close1: TMenuItem Caption = 'Close' ShortCut = 0 OnClick = Close1Click end object Printersetup1: TMenuItem Caption = 'Printer setup...' ShortCut = 0 OnClick = Printersetup1Click end object Print1: TMenuItem Caption = 'Print' ShortCut = 0 OnClick = Print1Click end object N1: TMenuItem Caption = '-' ShortCut = 0 end object Exit1: TMenuItem Caption = 'Exit' ShortCut = 0 OnClick = Exit1Click end end object Edit1: TMenuItem Caption = 'Edit' GroupIndex = 2 ShortCut = 0 object CopyGraph1: TMenuItem Caption = 'Copy Graph' ShortCut = 0 OnClick = CopyGraph1Click end object Autometrics1: TMenuItem Caption = 'Autometrics' Checked = True ShortCut = 0 OnClick = Autometrics1Click end end object GraphTitle1: TMenuItem Caption = 'GraphTitle' GroupIndex = 4 ShortCut = 0 object Text1: TMenuItem Caption = 'Text' ShortCut = 0 OnClick = Text1Click end object Font1: TMenuItem Caption = 'Font' ShortCut = 0 OnClick = Font1Click end object Position1: TMenuItem Caption = 'Position' ShortCut = 0 OnClick = Position1Click end end object XTitle1: TMenuItem Caption = 'X-Title' GroupIndex = 5 ShortCut = 0 object Text2: TMenuItem Caption = 'Text' ShortCut = 0 OnClick = Text2Click end object Font2: TMenuItem Caption = 'Font' ShortCut = 0 OnClick = Font2Click end object Position2: TMenuItem Caption = 'Position' ShortCut = 0 OnClick = Position2Click end object Direction1: TMenuItem Caption = 'Direction' ShortCut = 0 object N0deg1: TMenuItem Caption = '0 deg' ShortCut = 0 OnClick = N0deg1Click end object N90deg1: TMenuItem Caption = '90 deg' ShortCut = 0 OnClick = N90deg1Click end object N270deg1: TMenuItem Caption = '270 deg' ShortCut = 0 OnClick = N270deg1Click end end end object YTitle: TMenuItem Caption = 'Y-Title' GroupIndex = 6 ShortCut = 0 object Text3: TMenuItem Caption = 'Text' ShortCut = 0 OnClick = Text3Click end object Font3: TMenuItem Caption = 'Font' ShortCut = 0 OnClick = Font2Click end object Position3: TMenuItem Caption = 'Position' ShortCut = 0 OnClick = Position3Click end object Direction2: TMenuItem Caption = 'Direction' ShortCut = 0 object N0deg2: TMenuItem Caption = '0 deg' ShortCut = 0 OnClick = N0deg2Click end object N90deg2: TMenuItem Caption = '90 deg' ShortCut = 0 OnClick = N90deg2Click end object N270deg2: TMenuItem Caption = '270 deg' ShortCut = 0 OnClick = N270deg2Click end end end object Legends: TMenuItem Caption = 'LegendBox' GroupIndex = 6 ShortCut = 0 object Legends1: TMenuItem Caption = 'Legends' Checked = True ShortCut = 0 OnClick = Legends1Click end object N2: TMenuItem Caption = '-' ShortCut = 0 end object Font4: TMenuItem Caption = 'Font' ShortCut = 0 OnClick = Font4Click end object Position4: TMenuItem Caption = 'Position' ShortCut = 0 object Top1: TMenuItem Caption = 'Top' ShortCut = 0 OnClick = Top1Click end object Right1: TMenuItem Caption = 'Right' ShortCut = 0 OnClick = Right1Click end object Bottom1: TMenuItem Caption = 'Bottom' ShortCut = 0 OnClick = Bottom1Click end object Northwest1: TMenuItem Caption = 'Northwest' ShortCut = 0 OnClick = Northwest1Click end object Northeast1: TMenuItem Caption = 'Northeast' ShortCut = 0 OnClick = Northeast1Click end object Southwest1: TMenuItem Caption = 'Southwest' ShortCut = 0 OnClick = Southwest1Click end object Southeast1: TMenuItem Caption = 'Southeast' ShortCut = 0 OnClick = Southeast1Click end end end object Help1: TMenuItem Caption = 'Help' GroupIndex = 9 ShortCut = 0 OnClick = Help1Click end end object FontDialog1: TFontDialog Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] MinFontSize = 0 MaxFontSize = 0 Left = 560 Top = 8 end end